projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5573a34
)
testsuite: Drop a container api use
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 9 May 2020 00:06:46 +0000
(20:06 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 May 2020 02:38:21 +0000
(22:38 -0400)
testsuite/a11y/children.c
patch
|
blob
|
history
diff --git
a/testsuite/a11y/children.c
b/testsuite/a11y/children.c
index f024e8f5fa72398195ed705aeb2554b7b9a6aa1e..6a4fcc9a8195bd8c56f0daf7e2c0c9512aa94ad2 100644
(file)
--- a/
testsuite/a11y/children.c
+++ b/
testsuite/a11y/children.c
@@
-129,8
+129,6
@@
do_create_child (STATE *state, gint i)
return FALSE;
}
}
- else if (gtk_container_child_type (GTK_CONTAINER (state->widget)) == G_TYPE_NONE)
- return FALSE;
state->child[i] = gtk_label_new ("bla");
return TRUE;